/**
 * =============================================================
 * RAXO All-mode K2 J3.x - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode K2
 * @subpackage	All-mode Slider Template
 * @copyright	Copyright (C) 2009-2015 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://www.raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- */
.allmode-slider [class^="allmode-"],
.allmode-slider img,
.allmode-slider a {
	margin: 0; padding: 0;
	background: transparent none;
	border: 0 none;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.allmode-slider a {																/* Item LINKS */
	text-decoration: none;
	outline: 0;
}
	.allmode-slider a:hover {
		background: transparent none;
	}



/* ----- MODULE BLOCK Styles ----- */
.allmode-slider {
	position: relative;
	overflow: hidden;
}

.allmode-slider .allmode-name {													/* BLOCK NAME Text */
	position: relative; z-index: 100;
	float: left;
	font: normal 16px/24px "Arial", "Helvetica", sans-serif;
	color: #333333;
	margin: 0 0 -2px !important; padding: 8px 8px 4px 2px !important;
	border-bottom: 2px solid transparent;
}
	.allmode-slider .allmode-name,
	.allmode-slider .allmode-name a {color: #333333;}

.allmode-slider .allmode-showall {												/* SHOW ALL Text */
	margin-top: 16px;
	font: normal 12px/20px "Arial", "Helvetica", sans-serif;
	color: #9a9a9a;
	text-align: center;
	border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
}
	.allmode-slider .allmode-showall a {
		display: block;
		padding: 6px 32px;
		color: #9a9a9a;
	}

.allmode-slider .allmode-itemsbox {												/* Items DIV */
	padding-top: 25px;
	clear: both;
	border-top: 2px solid #e5e5e5;
}
.allmode-slider .allmode-item {													/* Item DIV */
	position: relative;
	height: 100%;
	font: normal 12px/20px "Helvetica", "Arial", sans-serif;
	color: #9a9a9a;
}


/* ----- IMAGE Styles ----- */
.allmode-slider .allmode-img {													/* Item IMAGE */
	position: relative;
	overflow: hidden;
}
	.allmode-slider .allmode-img img {
		display: block;
		width: 100%; height: auto;
		border-radius: 2px;
	}
	.allmode-slider .allmode-img:hover img {
		opacity: 0.85;
	}


/* ----- DETAILS Styles ----- */
.allmode-slider .allmode-details {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 26px 5% 0;
	min-height: 48px;
	font-weight: bold; line-height: 16px;
	color: #ffffff;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAwCAQAAACRDWMJAAAAOUlEQVR4AWM0ZmJgYPkPIhjALDQuM1yMBczFJP4hJFgQBEIClcsC14ZuFEKMsBJUp2FyMX3ECOUCALyULEbdkIFsAAAAAElFTkSuQmCC") repeat-x 0 100%;
	/*background: url(shadow.png) repeat-x 0 100%;*/
	border-radius: 0 0 3px 3px;
}
.allmode-slider .allmode-details span,
.allmode-slider .allmode-author {
	padding-left: 20px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABQCAQAAAC6oj2GAAABkklEQVR4Ae3QsUsCYRyH8RcicihoCZoanGxtaj6awsXB0dU1ODgIamhoqdHB4Z37E5ocGhQE4QZn4QY5sE0cCm4Qn8Lfe73e+Xog1BD4eReP7+N5nvo9HBIQMiMhJOAwP3vErIrxlEWdBIAXPLqIhHo6V5kD0F5evZKacy1BjDhfXjV4oo0YSzBBVJRBGRHLZc38RCsNaJmfqClBwySaSy7RZm4oiysmrJpw5X5RCQkDeVGFdmgWzx7gFQVdoFv8fRz3oEwVnzYRIqKNT5VyGgxwG6TBMSHrQo5ll6RPVt/OabLAWpjZokJWJR/UEQming8egJgmJZrEwEM+CPApmc8lfAK1tR32uWNIxJQE+OSdIXfs2eAJl0cbRLiMbJDg8mED3GwwheI7jHAZbfEv9nkkIjVlTJ/AvAcLgBnnahNgQU1txoQb9fd29IH29dv38fWBO7jXoTn3rvlIRnOO1oPTTHC65R0kef6Zn90PeaI7y7mjT1zzhcwmucjPZ7qXeYaePssGt3Y05zYbBGtBoP6TL7sLsgFHSMSqAAAAAElFTkSuQmCC");
	/*background-image: url(icons.png);*/
	background-repeat: no-repeat;
	background-size: 16px 80px;
}
	.allmode-slider .allmode-details span + span {margin-left: 12px;}

	.allmode-slider .allmode-hits {												/* Items HITS */
		background-position: 0 0;
	}
	.allmode-slider .allmode-rating {											/* Items RATING */
		background-position: 0 -20px;
	}
	.allmode-slider .allmode-comments {											/* Items COMMENTS */
		background-position: 0 -40px;
	}


/* ----- CONTENT Styles ----- */
.allmode-slider .allmode-content {
	padding: 20px 5% 4px;
}
.allmode-slider .allmode-info {													/* Item DATE & CATEGORY */
	font-size: 11px;
	text-transform: uppercase;
}
	.allmode-slider .allmode-info span:first-child {margin-right: 12px;}
	.allmode-slider .allmode-info a:hover {color: #9a9a9a;}

.allmode-slider .allmode-title {												/* Item TITLE */
	font-size: 16px; font-weight: bold; line-height: 20px;
	text-transform: none;
}
	.allmode-slider .allmode-title,
	.allmode-slider .allmode-title a {color: #333333;}
	.allmode-slider .allmode-title + div {margin-top: 14px;}

.allmode-slider .allmode-text {													/* Item TEXT */
	font-size: 13px;
	color: #555555;
}

.allmode-slider .allmode-author {												/* Item AUTHOR */
	margin-top: 20px;
	background-position: 0 -60px;
}

.allmode-slider .allmode-readmore {												/* Item READ MORE */
	margin-top: 20px;
	height: 32px;
}
	.allmode-slider .allmode-readmore a {
		position: absolute;
		display: block;
		left: 1px; right: 1px; bottom: 0;
		padding: 5px 5%;
		line-height: 20px;
		color: #555555;
		text-align: center;
		border: 1px solid #e5e5e5;
		border-radius: 2px;
	}



/* ----- Owl Carousel CSS ----- */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}



/* ----- NAVIGATION Panel ----- */
.allmode-slider .allmode-nav {
	position: relative;
	float: right;
	margin: 10px 0 6px;
	-webkit-tap-highlight-color: transparent;
}
.allmode-slider .allmode-nav div {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.allmode-slider .owl-prev,
.allmode-slider .owl-next {														/* PREV & NEXT Arrows */
	width: 20px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABQCAQAAAC6oj2GAAAA20lEQVR4Xu2SsQqDMBRFzZfWRRy0S4Y7Sl1sBzspWP/jQvpxGvr6AblCoYLgWc+Bm4Rkh4QNg9IdI31KOvam67QeTJfp7YkLc7U+bwWOI1cWX6EPWelXuFviddIyZHtwggZB6Q4RPiUdetN1Wg+my/T2hAW5Wp+3AocRK4qv0IesTGxeU4EW//+TJwy86cAzstPJ1ZKeTiWlJaNOci58qeBiwZzWBVcxwYqRTzp1zYdaf7PN9uAEAa0OPCI6ndSW9HAqKS0ZdZJjwfx7gAKrmEAlDwlv+rH1UEfkAzDgkwqkQxWtAAAAAElFTkSuQmCC");
	/*background-image: url(arrows.png);*/
	background-repeat: no-repeat;
	background-size: 16px 80px;
}
	.allmode-slider .owl-prev:hover {
		background-position: 0 -20px;
	}
	.allmode-slider .owl-next {
		background-position: 100% -40px;
	}
	.allmode-slider .owl-next:hover {
		background-position: 100% -60px;
	}
.allmode-slider .owl-dot span {													/* PAGE Navigation */
	display: block;
	margin: 6px 5px;
	width: 11px; height: 8px;
	border-radius: 2px;
	background-color: #d9d9d9;
	-webkit-backface-visibility: visible;
		-webkit-transition: background-color 200ms ease;
		-moz-transition: background-color 200ms ease;
		-ms-transition: background-color 200ms ease;
		-o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}
.allmode-slider .owl-dot:hover span {
	background-color: #767676;
}
.allmode-slider .owl-dot.active span {
	margin: 5px 4px;
	width: 13px; height: 10px;
	background-color: #ffffff;
	border: 1px solid transparent;
}
.allmode-slider .allmode-nav.disabled,
.allmode-slider .allmode-pages.disabled {
	display: none;
}



/* ----- High Resolution Media Queries ----- */
@media
	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (min-device-pixel-ratio: 1.3),
	only screen and (min-resolution: 120dpi)
{
	.allmode-slider .allmode-details span,
	.allmode-slider .allmode-author {
		background-image: url(icons@3x.png);
	}
	.allmode-slider .owl-prev,
	.allmode-slider .owl-next {
		background-image: url(arrows@3x.png);
	}
}



/* ----- COLOR Schemes ----- */

/* --- Red Color (default) --- */
.allmode-slider a:hover,
.allmode-slider .allmode-info a {
	color: #cc1f1f;
}
.allmode-slider .allmode-name,
.allmode-slider .owl-dot.active span,
.allmode-slider .allmode-readmore a:hover {
	border-color: #cc1f1f;
}

/* --- Pink Color --- */
.slider-pink a:hover,
.slider-pink .allmode-info a {
	color: #d24087;
}
.slider-pink .allmode-name,
.slider-pink .owl-dot.active span,
.slider-pink .allmode-readmore a:hover {
	border-color: #d24087;
}

/* --- Orange Color --- */
.slider-orange a:hover,
.slider-orange .allmode-info a {
	color: #d94d16;
}
.slider-orange .allmode-name,
.slider-orange .owl-dot.active span,
.slider-orange .allmode-readmore a:hover {
	border-color: #d94d16;
}

/* --- Yellow Color --- */
.slider-yellow a:hover,
.slider-yellow .allmode-info a {
	color: #ebc300;
}
.slider-yellow .allmode-name,
.slider-yellow .owl-dot.active span,
.slider-yellow .allmode-readmore a:hover {
	border-color: #ebc300;
}

/* --- Green Color --- */
.slider-green a:hover,
.slider-green .allmode-info a {
	color: #4d9926;
}
.slider-green .allmode-name,
.slider-green .owl-dot.active span,
.slider-green .allmode-readmore a:hover {
	border-color: #4d9926;
}

/* --- Turquoise Color --- */
.slider-turquoise a:hover,
.slider-turquoise .allmode-info a {
	color: #1bb39e;
}
.slider-turquoise .allmode-name,
.slider-turquoise .owl-dot.active span,
.slider-turquoise .allmode-readmore a:hover {
	border-color: #1bb39e;
}

/* --- Blue Color --- */
.slider-blue a:hover,
.slider-blue .allmode-info a {
	color: #0a55bf;
}
.slider-blue .allmode-name,
.slider-blue .owl-dot.active span,
.slider-blue .allmode-readmore a:hover {
	border-color: #0a55bf;
}

/* --- Light Blue Color --- */
.slider-lightblue a:hover,
.slider-lightblue .allmode-info a {
	color: #3598dc;
}
.slider-lightblue .allmode-name,
.slider-lightblue .owl-dot.active span,
.slider-lightblue .allmode-readmore a:hover {
	border-color: #3598dc;
}

/* --- Violet Color --- */
.slider-violet a:hover,
.slider-violet .allmode-info a {
	color: #6c3aad;
}
.slider-violet .allmode-name,
.slider-violet .owl-dot.active span,
.slider-violet .allmode-readmore a:hover {
	border-color: #6c3aad;
}

/* --- Gray Color --- */
.slider-gray a:hover,
.slider-gray .allmode-info a {
	color: #757575;
}
.slider-gray .allmode-name,
.slider-gray .owl-dot.active span,
.slider-gray .allmode-readmore a:hover {
	border-color: #1a1a1a;
}